ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PolarCoordinateSystemView<TDefinition> Class / _PolarCoordinateSystemView<TDefinition> Constructor

In This Topic
    _PolarCoordinateSystemView<TDefinition> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ILayoutView, _
       ByVal definition As TDefinition _
    )
    public _PolarCoordinateSystemView<TDefinition>( 
       ILayoutView ownerView,
       TDefinition definition
    )

    Parameters

    ownerView
    definition
    See Also